create database - Docs search results

CREATE DATABASE

CREATE DATABASE Prev   Up SQL Commands Home   Next CREATE DATABASE CREATE DATABASEcreate a new database

23.2. Creating a Database

Creating a Database Prev   Up Chapter 23. Managing Databases Home   Next 23.2. Creating a Database

Index

CREATE DATABASE, Creating a Database , CREATE DATABASE CREATE DOMAIN, CREATE DOMAIN CREATE EVENT TRIGGER, CREATE

1.3. Creating a Database

Creating a Database Prev   Up Chapter 1. Getting Started Home   Next 1.3. Creating a Database

createdb

create a new PostgreSQL database Synopsis createdb [ connection-option ...] [ option ...] [ dbname [ description ]] Description createdb creates

23.3. Template Databases

Databases # CREATE DATABASE actually works by copying an existing database. By default, it copies the standard

19.2. Creating a Database Cluster

Creating a Database Cluster Prev   Up Chapter 19. Server Setup and Operation Home   Next 19.2. Creating

initdb

create a new PostgreSQL database cluster Synopsis initdb [ option ...] [ --pgdata | -D ] directory Description initdb creates

pg_dump

create the database itself and reconnect to the created database. (With a script of this

Part VI. Reference

CREATE DATABASEcreate a new database CREATE DOMAIN — define a new domain CREATE EVENT TRIGGER

pg_restore

Create the database before restoring into it. If --clean is also specified, drop and recreate

CREATE ROLE

CREATE ROLE — define a new database role Synopsis CREATE ROLE name [ [ WITH ] option [ ... ] ] where option

SQL Commands

CREATE DATABASEcreate a new database CREATE DOMAIN — define a new domain CREATE EVENT TRIGGER

24.1. Locale Support

database cluster is created using initdb . initdb will initialize the database cluster with the locale

23.6. Tablespaces

database it is copied from. Two tablespaces are automatically created when the database cluster is initialized